FileCache.getTileAsync

Gets tile data from the cache, if it is available.

class FileCache
void
getTileAsync
(
int x
,
int y
,,,
GAsyncReadyCallback callback
,
void* userData
)

Parameters

x int

the X coordinate of the tile

y int

the Y coordinate of the tile

zoomLevel int

the zoom level of the tile

cancellable Cancellable

a #GCancellable

callback GAsyncReadyCallback

a #GAsyncReadyCallback to execute upon completion

userData void*

closure data for @callback

Meta